home *** CD-ROM | disk | FTP | other *** search
/ Computer Active Guide 2009 March / UG3.ISO / Programos / DivXInstaller.exe / $COMMONFILES / DivX Shared / $OUTDIR / DFX for DivX Player.chm / components / css / dfxhelp.css
Encoding:
Cascading Style Sheet File  |  2009-05-01  |  1.2 KB  |  59 lines

  1. BODY {
  2.     background-color:white;
  3.     margin:0;
  4.     }
  5.  
  6. IMG {border:0;}
  7. IMG.left {float:left; margin:3px 8px 5px 0;}
  8. IMG.right {float:right; margin:3px 0 5px 5px;}
  9.  
  10. #containerTop {
  11.     background-image:url(../graphics/bg01.png);
  12.     background-repeat:repeat-x;
  13.     }
  14.  
  15. #containerContent {
  16.     margin:20px;
  17.     padding:0 0 10px 0;
  18.     color:black; 
  19.     font-family:verdana,arial,sans-serif; 
  20.     font-size:8pt;
  21.     }
  22.  
  23. TABLE {
  24.     color:black; 
  25.     font-family:verdana,arial,sans-serif; 
  26.     font-size:8pt;
  27.     border-collapse:collapse;
  28.     }
  29. TABLE.pad1 {padding:10px 10px 10px 0;}
  30. TD.border1 {border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC;}
  31.  
  32. UL {
  33.     margin:0 0 0 22px; 
  34.     padding:0; 
  35.     list-style-type:square;
  36.     line-height:10pt;
  37.     }
  38. UL.arrow {list-style-image:url(../graphics/symarw01.gif);}
  39. OL {margin:0 0 0 3em; padding:0;}
  40. BLOCKQUOTE {border:1px solid black; padding:5px;}
  41.  
  42. A {color:#336699; font-weight:bold; text-decoration:none;}
  43. A:visited {color:#336699;}
  44. A:active {color:#6699CC;}
  45. A:hover {color:white; background-color:#336699;}
  46.  
  47. H1 {
  48.     color:#003366; 
  49.     font-family:arial,verdana,sans-serif; 
  50.     font-size:16pt;
  51.     }
  52.  
  53. .h2 {
  54.     color:#003366; 
  55.     font-family:arial,verdana,sans-serif; 
  56.     font-weight:bold; 
  57.     font-size:14pt;
  58.     }
  59.